home *** CD-ROM | disk | FTP | other *** search
/ 501 Great Games / 501 Great Games - Volume One (2001)(Guildhall Leisure Services).iso / BALLMSTR / _SETUP.1 / BallM.exe / 0 / RCDATA / TFORM5 / TFORM5.txt
Text File  |  1998-05-31  |  2KB  |  127 lines

  1. object Form5: TForm5
  2.   Left = 160
  3.   Top = 186
  4.   HelpContext = 45
  5.   BorderStyle = bsDialog
  6.   Caption = 'Preferences'
  7.   ClientHeight = 157
  8.   ClientWidth = 357
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 4
  19.     Top = 4
  20.     Width = 345
  21.     Height = 61
  22.     Caption = 'Music'
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 8
  26.       Top = 36
  27.       Width = 70
  28.       Height = 13
  29.       Caption = 'Music &MIDI file'
  30.     end
  31.     object BrowseMIDI: TSpeedButton
  32.       Left = 312
  33.       Top = 32
  34.       Width = 21
  35.       Height = 21
  36.       Caption = '...'
  37.       OnClick = BrowseMIDIClick
  38.     end
  39.     object Label3: TLabel
  40.       Left = 8
  41.       Top = 16
  42.       Width = 218
  43.       Height = 13
  44.       Caption = 'Ball Master can play any MIDI file during game'
  45.     end
  46.     object EditMIDI: TEdit
  47.       Left = 88
  48.       Top = 32
  49.       Width = 225
  50.       Height = 21
  51.       Color = clBtnFace
  52.       ReadOnly = True
  53.       TabOrder = 0
  54.     end
  55.   end
  56.   object Button9: TButton
  57.     Left = 192
  58.     Top = 128
  59.     Width = 75
  60.     Height = 25
  61.     Caption = 'OK'
  62.     Default = True
  63.     ModalResult = 1
  64.     TabOrder = 1
  65.   end
  66.   object Button10: TButton
  67.     Left = 272
  68.     Top = 128
  69.     Width = 75
  70.     Height = 25
  71.     Cancel = True
  72.     Caption = 'Cancel'
  73.     ModalResult = 2
  74.     TabOrder = 2
  75.   end
  76.   object GroupBox2: TGroupBox
  77.     Left = 4
  78.     Top = 68
  79.     Width = 345
  80.     Height = 53
  81.     Caption = 'Animation'
  82.     TabOrder = 3
  83.     object Label5: TLabel
  84.       Left = 8
  85.       Top = 16
  86.       Width = 91
  87.       Height = 13
  88.       Caption = 'Speed of animation'
  89.     end
  90.     object Label7: TLabel
  91.       Left = 124
  92.       Top = 36
  93.       Width = 34
  94.       Height = 13
  95.       Caption = 'Fastest'
  96.     end
  97.     object Label8: TLabel
  98.       Left = 300
  99.       Top = 36
  100.       Width = 37
  101.       Height = 13
  102.       Caption = 'Slowest'
  103.     end
  104.     object TrackBar1: TTrackBar
  105.       Left = 136
  106.       Top = 12
  107.       Width = 189
  108.       Height = 21
  109.       Max = 100
  110.       Orientation = trHorizontal
  111.       Frequency = 10
  112.       Position = 50
  113.       SelEnd = 0
  114.       SelStart = 0
  115.       TabOrder = 0
  116.       TickMarks = tmBottomRight
  117.       TickStyle = tsAuto
  118.     end
  119.   end
  120.   object OpenDialogMID: TOpenDialog
  121.     Filter = 'MIDI files|*.mid;*.midi;*.rmi'
  122.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofShareAware]
  123.     Left = 312
  124.     Top = 24
  125.   end
  126. end
  127.